Package-level declarations

Functions

Link copied to clipboard
fun <T : Any, P> KProperty1<T, P>.equal(value: P): PredicateSpecification<T>

Creates a PredicateSpecification that checks for equality between the property and the given value.

Link copied to clipboard
fun <T : Any, P> KProperty1<T, P>.notEqual(value: P): PredicateSpecification<T>

Creates a PredicateSpecification that checks for inequality between the property and the given value.